home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 May / CHIPCD200305.iso / soft / iparmor.exe / {app} / Iparmor.exe / 0 / RCDATA / TFORM10 / TFORM10.txt
Encoding:
Text File  |  2003-04-14  |  5.0 KB  |  289 lines

  1. object Form10: TForm10
  2.   Left = 232
  3.   Top = 131
  4.   Width = 509
  5.   Height = 333
  6.   Caption = 'Form10'
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OldCreateOrder = False
  14.   OnCreate = FormCreate
  15.   OnMouseMove = FormMouseMove
  16.   OnResize = FormResize
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object CheckBox1: TCheckBox
  20.     Left = 256
  21.     Top = 16
  22.     Width = 161
  23.     Height = 21
  24.     Caption = 'Clean trojan'
  25.     Color = clBtnFace
  26.     Font.Charset = ANSI_CHARSET
  27.     Font.Color = clBlack
  28.     Font.Height = -16
  29.     Font.Name = 'Courier New'
  30.     Font.Style = []
  31.     ParentColor = False
  32.     ParentFont = False
  33.     TabOrder = 0
  34.     OnMouseMove = CheckBox1MouseMove
  35.   end
  36.   object Memo1: TMemo
  37.     Left = 0
  38.     Top = 88
  39.     Width = 494
  40.     Height = 190
  41.     Color = clWhite
  42.     Font.Charset = ANSI_CHARSET
  43.     Font.Color = clBlack
  44.     Font.Height = -11
  45.     Font.Name = 'MS Sans Serif'
  46.     Font.Style = [fsBold]
  47.     ParentFont = False
  48.     ReadOnly = True
  49.     TabOrder = 1
  50.     OnMouseMove = FormMouseMove
  51.   end
  52.   object HexEditor1: THexEditor
  53.     Left = 276
  54.     Top = 180
  55.     Width = 33
  56.     Height = 29
  57.     Cursor = crIBeam
  58.     TabStop = False
  59.     ShowMarkerColumn = False
  60.     BytesPerColumn = 2
  61.     Translation = ttAnsi
  62.     CreateBackup = False
  63.     BackupExtension = '.bak'
  64.     BorderStyle = bsNone
  65.     OffsetDisplay = odHex
  66.     BytesPerLine = 16
  67.     Colors.Background = clWindow
  68.     Colors.PositionBackground = clMaroon
  69.     Colors.PositionText = clWhite
  70.     Colors.ChangedBackground = 11075583
  71.     Colors.ChangedText = clMaroon
  72.     Colors.CursorFrame = clNavy
  73.     Colors.Offset = clBlack
  74.     Colors.OddColumn = clBlue
  75.     Colors.EvenColumn = clNavy
  76.     FocusFrame = False
  77.     Font.Charset = DEFAULT_CHARSET
  78.     Font.Color = clWindowText
  79.     Font.Height = -16
  80.     Font.Name = 'Courier'
  81.     Font.Style = []
  82.     OffsetSeparator = ':'
  83.     MaskWhiteSpaces = False
  84.     AutoCaretMode = False
  85.     ParentShowHint = False
  86.     ShowHint = False
  87.     TabOrder = 2
  88.     Visible = False
  89.     ColWidths = (
  90.       36
  91.       0
  92.       9
  93.       9
  94.       9
  95.       18
  96.       9
  97.       9
  98.       9
  99.       18
  100.       9
  101.       9
  102.       9
  103.       18
  104.       9
  105.       9
  106.       9
  107.       18
  108.       9
  109.       9
  110.       9
  111.       18
  112.       9
  113.       9
  114.       9
  115.       18
  116.       9
  117.       9
  118.       9
  119.       18
  120.       9
  121.       9
  122.       9
  123.       18
  124.       9
  125.       9
  126.       9
  127.       9
  128.       9
  129.       9
  130.       9
  131.       9
  132.       9
  133.       9
  134.       9
  135.       9
  136.       9
  137.       9
  138.       9
  139.       9
  140.       9)
  141.   end
  142.   object Panel1: TPanel
  143.     Left = 0
  144.     Top = 289
  145.     Width = 501
  146.     Height = 17
  147.     Align = alBottom
  148.     Alignment = taLeftJustify
  149.     BevelInner = bvLowered
  150.     TabOrder = 3
  151.   end
  152.   object DirectoryEdit1: TDirectoryEdit
  153.     Left = 0
  154.     Top = 52
  155.     Width = 485
  156.     Height = 21
  157.     DialogKind = dkWin32
  158.     NumGlyphs = 1
  159.     ButtonWidth = 20
  160.     TabOrder = 4
  161.     Text = 'c:\'
  162.   end
  163.   object SpeedButton1: TGradBtn
  164.     Left = 108
  165.     Top = 12
  166.     Width = 85
  167.     Height = 25
  168.     DisabledColor = clWhite
  169.     BtnHiliteClr = clNavy
  170.     BtnShadowClr = clNavy
  171.     BeginColor = clWhite
  172.     EndColor = clWhite
  173.     ShowFocus = False
  174.     GradientStyle = gsElliptic
  175.     TextStyle = tsNormal
  176.     OnMouseEnter = SpeedButton1MouseEnter
  177.     Caption = 'Scan'
  178.     OnClick = SpeedButton1Click
  179.     Font.Charset = DEFAULT_CHARSET
  180.     Font.Color = clMaroon
  181.     Font.Height = -11
  182.     Font.Name = 'MS Sans Serif'
  183.     Font.Style = [fsBold]
  184.     TabOrder = 5
  185.     TabStop = True
  186.   end
  187.   object HexEditor2: THexEditor
  188.     Left = 300
  189.     Top = 152
  190.     Width = 33
  191.     Height = 29
  192.     Cursor = crIBeam
  193.     BytesPerColumn = 2
  194.     Translation = ttAnsi
  195.     BackupExtension = '.bak'
  196.     OffsetDisplay = odHex
  197.     BytesPerLine = 16
  198.     Colors.Background = clWindow
  199.     Colors.PositionBackground = clMaroon
  200.     Colors.PositionText = clWhite
  201.     Colors.ChangedBackground = 11075583
  202.     Colors.ChangedText = clMaroon
  203.     Colors.CursorFrame = clNavy
  204.     Colors.Offset = clBlack
  205.     Colors.OddColumn = clBlue
  206.     Colors.EvenColumn = clNavy
  207.     FocusFrame = True
  208.     Font.Charset = DEFAULT_CHARSET
  209.     Font.Color = clWindowText
  210.     Font.Height = -16
  211.     Font.Name = 'Courier'
  212.     Font.Style = []
  213.     OffsetSeparator = ':'
  214.     TabOrder = 6
  215.     Visible = False
  216.     ColWidths = (
  217.       36
  218.       9
  219.       9
  220.       9
  221.       9
  222.       18
  223.       9
  224.       9
  225.       9
  226.       18
  227.       9
  228.       9
  229.       9
  230.       18
  231.       9
  232.       9
  233.       9
  234.       18
  235.       9
  236.       9
  237.       9
  238.       18
  239.       9
  240.       9
  241.       9
  242.       18
  243.       9
  244.       9
  245.       9
  246.       18
  247.       9
  248.       9
  249.       9
  250.       18
  251.       9
  252.       9
  253.       9
  254.       9
  255.       9
  256.       9
  257.       9
  258.       9
  259.       9
  260.       9
  261.       9
  262.       9
  263.       9
  264.       9
  265.       9
  266.       9
  267.       9)
  268.   end
  269.   object AHMFileCollector2: TAHMFileCollector
  270.     OnFileFound = AHMFileCollector2FileFound
  271.     FileMask = '*.exe'
  272.     OnDone = AHMFileCollector2Done
  273.     Left = 272
  274.     Top = 152
  275.   end
  276.   object StringCrypt2000X1: TStringCrypt2000X
  277.     Left = 248
  278.     Top = 152
  279.   end
  280.   object UnZip1: TUnZip
  281.     CpuType = cptAuto
  282.     FileSpec.Strings = (
  283.       '*.exe')
  284.     OnFileExists = UnZip1FileExists
  285.     Left = 248
  286.     Top = 180
  287.   end
  288. end
  289.